home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / cave13.zip / PROGRAM.SMP < prev    next >
Text File  |  1996-01-07  |  1KB  |  62 lines

  1. @;@ Fell free to use this in writing your own random happening.
  2. @;@ Introduction stuff.
  3.  
  4. `9This is a sample of `#T`5he `#L`5.`#O`5.`#R`5.`#D`5. `#C`5avern's new built
  5. `9in programing language, `5`n`9.
  6.  
  7. @;@ Ask yes / no.
  8. `9Do you want to continue?`l
  9. @YESNO@
  10. @;@ Example of singe character sections.
  11. @##Y
  12. @;@ If person chose 'Y', this is ran.
  13. `9Ok!  Let's go`l
  14. @;@ Do . then delay (for suspence).
  15. @DELAY@
  16. .`l
  17. @DELAY@
  18. .`l
  19. @DELAY@
  20. .`l
  21. @DELAY@
  22. .
  23. @MORE@
  24. @CLEAR@
  25.  
  26.   `4The Language!`2
  27. `0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  28.  
  29. `3This new language lets people write thier own random happenings!
  30.  
  31.    `5(`21`5) Go for the gold!
  32.    `5(`22`5) Go for the gems!
  33. @;@ Example of prompt!
  34. @PROMPT@ 12
  35. @##1
  36. @GOLD@ 100
  37. @;@ Write to LOGNOW.TXT.
  38. @NEWS@
  39.   `5`n `3got gold in the `#Cavern`3!
  40. @;@ End write with a line.
  41. @NEWSLINE@
  42. @GOTO@ @#BUBYE
  43. @##2
  44. @GEMS@ 2
  45. @;@ Write to MAIL?.DAT.
  46. @MAIL@
  47.   `4Urgent news!
  48. `0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  49. `9You got gems in the `#Cavern!
  50. `9:)
  51. @;@ End mail write.
  52. @MAILEND@
  53. @#BUBYE
  54. `8Cool, Eh `5`n`8?
  55. @MORE@
  56. @END@
  57. @;@ If person chose 'N', this is ran.
  58. @##N
  59. `9Ok, your loss!
  60. @MORE@
  61. @END@
  62.